home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / redland-utils / NEWS.html < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-12  |  24.8 KB  |  500 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5.   <title>Redland RDF Application Framework - News</title>
  6. </head>
  7. <body>
  8.  
  9. <h1>Redland RDF Application Framework - News</h1>
  10.  
  11.  
  12. <h2 id="D2009-04-12-V1.0.9">2009-04-12 Redland Version 1.0.9 Released</h2>
  13.  
  14. <p>Made the storages (triple stores) API public and the implementations
  15. modular - can be compiled externally and dynamically loaded on demand.<br />
  16. Removed Raptor and Rasqal from sources - now external build dependencies.<br />
  17. Many other bug fixes including addressing issues:
  18. <a href="http://bugs.librdf.org/mantis/view.php?id=272">#0000272</a>,
  19. <a href="http://bugs.librdf.org/mantis/view.php?id=282">#0000282</a>
  20. <a href="http://bugs.librdf.org/mantis/view.php?id=283">#0000283</a>,
  21. <a href="http://bugs.librdf.org/mantis/view.php?id=285">#0000285</a> and
  22. <a href="http://bugs.librdf.org/mantis/view.php?id=286">#0000286</a>.
  23. </p>
  24.  
  25. <p>See the <a href="RELEASE.html#rel1_0_9">1.0.9 Release Notes</a>
  26. for the full details of the changes.</p>
  27.  
  28.  
  29. <h2 id="D2008-07-05-V1.0.8">2008-07-05 Redland Version 1.0.8 Released</h2>
  30.  
  31. <p>
  32. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.16 (from 0.9.15)<br />
  33. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.18 (from 1.4.16)<br />
  34. Added a 'trees' indexed in-memory storage<br />
  35. Improvements to low-memory and other failures of resource allocation<br />
  36. API additions and changes to concepts, parser and serializer classes.<br />
  37. Fixed Issue
  38. <a href="http://bugs.librdf.org/mantis/view.php?id=0000256">0000256</a>
  39. </p>
  40.  
  41. <p><strong>NOTE:</strong> The next release of redland will NOT
  42. include raptor and rasqal in the tarball, they will be separate
  43. download dependencies.</p>
  44.  
  45. <p>See the <a href="RELEASE.html#rel1_0_8">1.0.8 Release Notes</a>
  46. for the full details of the changes.</p>
  47.  
  48.  
  49. <h2 id="D2007-12-24-V1.0.7">2007-12-24 Redland Version 1.0.7 Released</h2>
  50.  
  51. <p>
  52. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.15 (from 0.9.14)<br />
  53. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.16 (from 1.4.15)<br />
  54. Added a optional modular storage<br />
  55. Improvements to low-memory and other failures of resource allocation<br />
  56. Added URI filtering to the parser class<br />
  57. SQLite storage gains transactions and other fixes<br />
  58. Many other bug fixes addressing Issues
  59. <a href="http://bugs.librdf.org/mantis/view.php?id=0000187">0000187</a>,
  60. <a href="http://bugs.librdf.org/mantis/view.php?id=0000189">0000189</a>,
  61. <a href="http://bugs.librdf.org/mantis/view.php?id=0000203">0000203</a>,
  62. <a href="http://bugs.librdf.org/mantis/view.php?id=0000205">0000205</a>,
  63. <a href="http://bugs.librdf.org/mantis/view.php?id=0000209">0000209</a>,
  64. <a href="http://bugs.librdf.org/mantis/view.php?id=0000213">0000213</a>,
  65. <a href="http://bugs.librdf.org/mantis/view.php?id=0000215">0000215</a>,
  66. <a href="http://bugs.librdf.org/mantis/view.php?id=0000218">0000218</a>,
  67. <a href="http://bugs.librdf.org/mantis/view.php?id=0000229">0000229</a>,
  68. <a href="http://bugs.librdf.org/mantis/view.php?id=0000230">0000230</a>,
  69. <a href="http://bugs.librdf.org/mantis/view.php?id=0000234">0000234</a>,
  70. <a href="http://bugs.librdf.org/mantis/view.php?id=0000235">0000235</a> and
  71. <a href="http://bugs.librdf.org/mantis/view.php?id=0000236">0000236</a>
  72. </p>
  73.  
  74. <p>See the <a href="RELEASE.html#rel1_0_7">1.0.7 Release Notes</a>
  75. for the full details of the changes.</p>
  76.  
  77.  
  78. <h2 id="D2007-05-05-V1.0.6">2007-05-05 Redland Version 1.0.6 Released</h2>
  79.  
  80. <p>
  81. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.14 (from 0.9.13)<br />
  82. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.15 (from 1.4.13)<br />
  83. Added a new transactions API for graph changes, implemented for MySQL<br />
  84. Added a new query results formatter class<br />
  85. Many other bug fixes addressing Issues
  86. <a href="http://bugs.librdf.org/mantis/view.php?id=159">#0000175</a>,
  87. <a href="http://bugs.librdf.org/mantis/view.php?id=159">#0000173</a>,
  88. <a href="http://bugs.librdf.org/mantis/view.php?id=159">#0000159</a>,
  89. <a href="http://bugs.librdf.org/mantis/view.php?id=153">#0000153</a>,
  90. <a href="http://bugs.librdf.org/mantis/view.php?id=150">#0000150</a> and
  91. <a href="http://bugs.librdf.org/mantis/view.php?id=38">#0000038</a>
  92. </p>
  93.  
  94. <p>See the <a href="RELEASE.html#rel1_0_6">1.0.6 Release Notes</a>
  95. for the full details of the changes.</p>
  96.  
  97.  
  98. <h2 id="D2006-11-19-V1.0.5">2006-11-19 Redland Version 1.0.5 Released</h2>
  99.  
  100. <p>
  101. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.13 (from 0.9.12)<br /> 
  102. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.13 (from 1.4.9)<br /> 
  103. Several API additions<br />
  104. Parsing methods can take a NULL base URI when it is not needed<br />
  105. Added serializer methods to serialize from a stream<br />
  106. Many fixes and improvements to the SQLite storage<br />
  107. Export some more functions to the SWIG binding<br />
  108. Many minor improvements<br />
  109. Many other bug fixes addressing Issues
  110. <a href="http://bugs.librdf.org/mantis/view.php?id=92">#0000092</a>,
  111. <a href="http://bugs.librdf.org/mantis/view.php?id=103">#0000103</a>,
  112. <a href="http://bugs.librdf.org/mantis/view.php?id=105">#0000105</a>,
  113. <a href="http://bugs.librdf.org/mantis/view.php?id=107">#0000107</a>,
  114. <a href="http://bugs.librdf.org/mantis/view.php?id=114">#0000114</a>,
  115. <a href="http://bugs.librdf.org/mantis/view.php?id=116">#0000116</a>,
  116. <a href="http://bugs.librdf.org/mantis/view.php?id=125">#0000125</a>,
  117. <a href="http://bugs.librdf.org/mantis/view.php?id=130">#0000130</a>,
  118. <a href="http://bugs.librdf.org/mantis/view.php?id=132">#0000132</a>,
  119. <a href="http://bugs.librdf.org/mantis/view.php?id=136">#0000136</a> and
  120. <a href="http://bugs.librdf.org/mantis/view.php?id=139">#0000139</a>.
  121. </p>
  122.  
  123. <p>See the <a href="RELEASE.html#rel1_0_5">1.0.5 Release Notes</a>
  124. for the full details of the changes.</p>
  125.  
  126.  
  127. <h2 id="D2006-05-05-V1.0.4">2006-05-05 Redland Version 1.0.4 Released</h2>
  128.  
  129. <p>
  130. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.12 to update to SPARQL 2006-04-06 and JSON results<br />
  131. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.9 with many improvements<br />
  132. Fixes for several crashes in parsing and serializing.
  133. </p>
  134.  
  135. <p>See the <a href="RELEASE.html#rel1_0_4">1.0.4 Release Notes</a>
  136. for the full details of the changes.</p>
  137.  
  138.  
  139. <h2 id="D2006-02-15-V1.0.3">2006-02-15 Redland Version 1.0.3 Released</h2>
  140.  
  141. <p>
  142. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.11 to update to SPARQL 2005-11-23<br />
  143. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.8 with many improvements<br />
  144. Added a new PostgreSQL storage contributed by Shi Wenzhong<br />
  145. Created an enhanced API reference manual with <code>gtk-doc</code><br />
  146. Some other minor fixes and changes
  147. </p>
  148.  
  149. <p><strong>NOTE</strong>: Redland will be switching to use
  150. <a href="http://subversion.tigris.org/">Subversion</a>
  151. for version control after the 1.0.3 release.
  152. See the <a href="http://svn.librdf.org/">Redland Subversion site</a>
  153. or the online
  154. <a href="http://librdf.org/INSTALL.html">Redland installation notes</a>
  155. for the latest information.
  156. </p>
  157.  
  158.  
  159. <p>See the <a href="RELEASE.html#rel1_0_3">1.0.3 Release Notes</a>
  160. for the full details of the changes.</p>
  161.  
  162.  
  163. <h2 id="D2005-06-10-V1.0.2">2005-06-10 Redland Version 1.0.2 Released</h2>
  164.  
  165. <p>
  166. Fixed a crash when querying or searching with the API and getting no results<br />
  167. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.10
  168. to provide query results sorting such as SPARQL <code>ORDER BY</code>
  169. and some SPARQL syntax updates.
  170. (<a href="http://librdf.org/rasqal/RELEASE.html#rel0_9_10">release notes</a>)
  171. <br />
  172. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.7 to
  173. to fix some crashes in the RSS tag soup parser and serializer.
  174. (<a href="http://librdf.org/raptor/RELEASE.html#rel1_4_7">release notes</a>)
  175. </p>
  176.  
  177. <p>See the <a href="RELEASE.html#rel1_0_2">1.0.2 Release Notes</a>
  178. for the full details of the changes.</p>
  179.  
  180.  
  181. <h2 id="D2005-05-29-V1.0.1">2005-05-29 Redland Version 1.0.1 Released</h2>
  182.  
  183. <p>Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.9
  184. to provide improved SPARQL query support for the revised syntax
  185. (<a href="http://librdf.org/rasqal/RELEASE.html#rel0_9_9">release notes</a>)
  186. <br />
  187. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.6 to
  188. provide a new GRDDL parser as well as updated RSS enclosures support
  189. (<a href="http://librdf.org/raptor/RELEASE.html#rel1_4_6">relase notes</a>)
  190. <br />
  191. MySQL store has changed key algorithm: <strong>NOTE</strong>: may require a store save and reload<br />
  192. SQLite store now returns correct query results<br />
  193. Digest and Hash classes are now public and available to bindings<br />
  194. Empty iterators and streams now always return an object<br />
  195. Win32 portability fixes and build configuration (John Barstow)<br />
  196. Several other API additions were made.
  197. </p>
  198.  
  199. <p>See the <a href="RELEASE.html#rel1_0_1">1.0.1 Release Notes</a>
  200. for the full details of the changes.</p>
  201.  
  202.  
  203. <h2 id="D2005-02-06-V1.0.0">2005-02-06 Redland Version 1.0.0 Released</h2>
  204.  
  205. <p>This is a mature library so it is time for 1.0.0<br />
  206. Updated to use <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.6
  207. for better query and SPARQL support<br />
  208. Updated to use <a href="http://librdf.org/raptor/">Raptor</a> 1.4.5
  209. for new RDF/XML abbreviated serializer, improved RSS tag soup parser and RSS 1.0 serializer<br />
  210. New experimental <a href="http://www.sqlite.org/">SQLite</a> storage
  211. </p>
  212.  
  213. <p>See the <a href="RELEASE.html#rel1_0_0">1.0.0 Release Notes</a>
  214. for the full details of the changes.</p>
  215.  
  216.  
  217. <h2 id="D2004-11-01-V0.9.19">2004-11-01 Redland Version 0.9.19 Released</h2>
  218.  
  219. <p>License changed from LGPL 2.1/MPL 1.1 to LGPL 2.1/Apache 2<br />
  220. Updated to use 
  221. <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.4
  222. to provide SPARQL support<br />
  223. Updated to use
  224. <a href="http://librdf.org/raptor/">Raptor</a> 1.4.2
  225. to provide serializing of models to strings in RDF/XML or N-Triples<br />
  226. Some small API additions and bug fixes.
  227. </p>
  228.  
  229. <p>See the <a href="RELEASE.html#rel0_9_19">0.9.19 Release Notes</a>
  230. for the full details of the changes.</p>
  231.  
  232.  
  233.  
  234. <h2 id="D2004-08-03-V0.9.18">2004-08-03 Redland Version 0.9.18 Released</h2>
  235.  
  236. <p>(Revert statement usage counting from 0.9.17)
  237. </p>
  238.  
  239. <p>This is Redland 1.0 release candidate 1<br />
  240. New <a href="docs/api/query.html">Query</a> and <a href="docs/api/query_results.html">Query Results</a> classes to support RDF querying with 
  241. <a href="http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/">RDQL</a>
  242. using <a href="http://librdf.org/rasqal/">Rasqal</a><br />
  243. Moved the language APIS into the new
  244. <a href="http://librdf.org/bindings/">Redland Bindings</a> package<br />
  245. Added a new message logging API giving structured messages<br />
  246. Updated MySQL storage (<a href="http://purl.org/net/morten/">Morten Frederiksen</a>)<br />
  247. Check that duplicate statements are not added to models<br />
  248. Portability fixes for building natively on Win32 (Jose Kahan)<br />
  249. Updated to <a href="http://librdf.org/rasqal/">Rasqal</a> 0.9.2 and <a href="http://librdf.org/raptor/">Raptor 1.3.2</a><br />
  250. Several other minor bugs and fixes.
  251. </p>
  252.  
  253. <p>See the <a href="RELEASE.html#rel0_9_17">0.9.17 Release Notes</a>
  254. for the full details of the changes.</p>
  255.  
  256.  
  257. <h2 id="D2004-02-24-V0.9.16">2004-02-24 Redland Version 0.9.16 Released</h2>
  258.  
  259. <p>A small but important bug fix to make the installed C headers work
  260. correctly again.
  261. </p>
  262.  
  263. <p>See the <a href="RELEASE.html#rel0_9_16">0.9.16 Release Notes</a>
  264. for the full details of the changes.</p>
  265.  
  266.  
  267. <h2 id="D2004-01-31-V0.9.15">2004-01-31 Redland Version 0.9.15 Released</h2>
  268.  
  269. <p><strong>API CHANGE</strong> Several classes were modified to use
  270. <code>unsigned char*</code> for UTF-8 encoded URIs and Literals<br />
  271. Update to synchronise with
  272. <a href="http://librdf.org/raptor/">Raptor</a> version 1.2.0 (RDF/XML and N-Triples parser) - see
  273. <a href="http://librdf.org/raptor/NEWS.html">Raptor NEWS</a>
  274. gaining the
  275. <a href="http://www.dajobe.org/2004/01/turtle/">Turtle Terse RDF Triple Language</a><br />
  276. Added storage with MySQL written by <a href="http://purl.org/net/morten/">Morten Frederiksen</a><br />
  277. Added storage with <a href="http://triplestore.aktors.org/">AKT Triplestore</a><br />
  278. Added file and URI-backed in-memory storage<br />
  279. Added fixes to make Redland compile cleanly under C++ (tested with g++)<br />
  280. Added assertion checks and reporting for function arguments<br />
  281. Added method for finding statements in a context<br />
  282. Added a method for listing the contexts in a graph<br />
  283. Storage, model and serializer get/set feature methods now take and return nodes<br />
  284. Improved rdfproc utility to handle multiple storage types, storage options,
  285. contexts and environment variables for configuration.<br />
  286. Fix crash on reporting parser errors with % in the message<br />
  287. Improved RDF/XML serializer to chose better output names<br />
  288. Many other minor changes and fixes.
  289. </p>
  290.  
  291. <p>See the <a href="RELEASE.html#rel0_9_15">0.9.15 Release Notes</a>
  292. for the full list of the changes.</p>
  293.  
  294.  
  295.  
  296. <h2 id="D2003-09-08-V0.9.14">2003-09-08 Redland Version 0.9.14 Released</h2>
  297. <p>
  298. Update to synchronise with
  299. <a href="http://librdf.org/raptor/">Raptor</a> version 1.0.0 (RDF/XML and N-Triples parser) - see
  300. <a href="http://librdf.org/raptor/NEWS.html">Raptor NEWS</a>
  301. for the changes since 0.9.12.<br />
  302. Added a new utility program <tt>rdfproc</tt> - a general RDF
  303. processor for Redland that allows command line use of the library.<br />
  304. Made the Node class intern every node.<br />
  305. Fixed the broken use of Perl <tt>UNIVERSAL::isa</tt><br />
  306. Other minor API changes
  307. </p>
  308.  
  309. <p>See the <a href="RELEASE.html#rel0_9_14">0.9.14 Release Notes</a>
  310. for the full list of the changes.</p>
  311.  
  312.  
  313. <h2 id="D2003-08-28-V0.9.13">2003-08-28 Redland Version 0.9.13 Released</h2>
  314. <p>
  315. <strong>API CHANGE</strong> <a href="docs/api/node.html">Node</a>
  316. The class was modifed to make objects immutable, removing the set
  317. methods and to add new node type convienence methods.<br />
  318. <strong>API addition</strong> <a href="docs/api/model.html">Model</a>
  319. Added a method to sync the model to the backing store.<br />
  320. <strong>API addition</strong> <a href="docs/api/parser.html">Parser</a>
  321. Added methods to allow parsing from strings.<br />
  322. <strong>API addition</strong> <a href="docs/api/statement.html">Statement</a>
  323. Added method to check for partial statements.<br />
  324. <strong>API addition</strong> <a href="docs/api/storage.html">Storage</a>
  325. Added a method to sync the backing store.<br />
  326. Better error recovery - most errors return if possible.<br />
  327. Added initial simple threading support (patches by Seth Ladd)<br />
  328. Greatly improved Python API using 2.2 features (Edd Dumbill and Matt Biddulph)<br />
  329. Updated Perl, Python and Java APIs to always return new nodes and
  330. statements, removing the need to consider shared object issues.<br />
  331. Updated serializing to RDF/XML to handle datatype literals<br />
  332. Update to <a href="http://librdf.org/raptor/">Raptor</a> version 0.9.12 (RDF/XML and N-Triples parser) - see
  333. <a href="http://librdf.org/raptor/NEWS.html">Raptor NEWS</a>
  334. for changes since 0.9.8.<br />
  335. Extensive portability and other bug fixes.
  336. </p>
  337.  
  338. <p>See the <a href="RELEASE.html#rel0_9_13">0.9.13 Release Notes</a>
  339. for the full list of the changes.</p>
  340.  
  341.  
  342. <h2 id="D2003-02-13-V0.9.12">2003-02-13 Redland Version 0.9.12 Released</h2>
  343. <p>
  344. <strong>FORMAT CHANGE</strong> The persistent storage format was
  345. changed to support RDF typed literals and this will require an
  346. upgrade of any existing Berkeley/Sleepycat DB stores created by
  347. Redland 0.9.11 or earlier.  A utility <em>redland-db-upgrade</em> is
  348. provided that creates an updated store from an existing one.<br />
  349. <strong>API CHANGE</strong> <a href="docs/api/iterator.html">Iterator</a> and <a href="docs/api/stream.html">Stream</a> classes. The next/get_next method is split into get_object always returning a shared object and next methods.  get_context method added.  (get_object is called current in higher level language APIs)<br />
  350. <strong>API CHANGE</strong> <a href="docs/api/model.html">Model</a> class. Method add_statement no longer takes ownership of the passed in statement.  The caller now retains ownership.<br />
  351. <strong>API CHANGE</strong> <a href="docs/api/model.html">Model</a> class. Method add_statements no longer frees the passed in librdf_stream; the caller must free it now.<br />
  352. <strong>API CHANGE</strong> <a href="docs/api/node.html">Node</a> and <a href="docs/api/model.html">Model</a> classes.  Added RDF Datatyped Literals.  Other literal is_wf_xml constructors and methods deprecated.<br />
  353. <strong>API CHANGE</strong> All literals methods and constructors have no
  354. mention of the never-used or supported XML Space argument which is not part
  355. of an RDF literal.<br />
  356. Added a script <a href="utils/update-api-0912.pl">utils/update-api-0912.pl</a>
  357. to help automate the API changes as far as possible or warn about those
  358. that cannot be automatically updated.<br />
  359. Added contexts - Statements added to <a href="docs/api/model.html">Model</a> (when using a Storage that
  360. supports contexts) can take an optional  <a href="docs/api/node.html">Node</a>, returned by the new
  361. get_context method on <a href="docs/api/iterator.html">Iterator</a> and <a href="docs/api/stream.html">Stream</a> classes.<br />
  362. Many portability and compiling fixes (OSX, gcc 3.x, FreeBSD, non-gcc compiler)<br />
  363. <a href="docs/java.html">Java API</a> classes.  Add finished() method replacing useless finalize().<br />
  364. Use Raptor message callbacks to get parser warnings and errors<br />
  365. Build Java API working around the stupid things recent SWIG versions do.<br />
  366. Make Redland work with BDB/Sleepycat DB v4 (as well as v2 and v3)<br />
  367. <a href="docs/python.html">Python</a> API gains <a href="docs/pydoc/RDF.html">pydoc</a> comments and HTML derived version<br />
  368. <a href="docs/perl.html">Perl</a> and <a href="docs/python.html">Python</a> APIs now receive Redland message callbacks<br />
  369. Redland URI class now registers with Raptor rather than specially compile Raptor<br />
  370. Added RDF/XML <a href="docs/api/serializer.html">Serializer</a> class and made higher level language APIs to it<br />
  371. Update to <a href="http://librdf.org/raptor/">Raptor</a> version 0.9.8 (RDF/XML and N-Triples parser) - see
  372. <a href="http://librdf.org/raptor/NEWS.html">Raptor NEWS</a>
  373. for detailed changes since 0.9.5<br />
  374. Added skeleton <a href="docs/ruby.html">Ruby</a> and <a href="docs/php.html">PHP</a> APIs<br />
  375. Major source reorganisation.
  376. </p>
  377.  
  378. <p>See also the <a href="RELEASE.html#rel0_9_12">0.9.12 Release Notes</a></p>
  379.  
  380.  
  381. <h2 id="D2002-06-08-V0.9.11">2002-06-08 Redland Version 0.9.11 Released</h2>
  382. <p>Update to <a href="http://librdf.org/raptor/">Raptor</a> version 0.9.5 (RDF/XML and N-Triples parser)<br />
  383. Added <a href="docs/api/serializer.html">serialization to a syntax API</a>; with
  384. <a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
  385. as the first syntax<br />
  386. Added start of <a href="docs/api/query.html">query language API</a><br />
  387. Updated <a href="docs/python.html">Python interface</a> to be more Pythonic, now requires python 2.1+<br />
  388. Added <a href="docs/ruby.html">Ruby API</a><br />
  389. Redland will now work as a perl <a href="http://www.cpan.org/">CPAN</a> module<br />
  390. Updated <a href="docs/perl.html">Perl interface</a> - modules have been renamed.  Fix programs with <a href="perl/update-perl-api.pl">update-perl-api.pl</a><br />
  391. Updated <a href="docs/java.html">Java API</a><br />
  392. Now uses libtool to build dynamic and static libraries<br />
  393. Multiple startup/shutdowns of entire library now works.
  394. </p>
  395.  
  396. <h2 id="D2001-08-28-V0.9.10">2001-08-28 Redland Version 0.9.10 Released</h2>
  397. <p>More work on debian packaging<br />
  398. Added <a href="http://librdf.org/raptor/">Raptor</a> <a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a> parser<br />
  399. Changes needed for _:name identifiers from N-Triples<br />
  400. Added <a href="docs/java.html">Java API</a>
  401. </p>
  402.  
  403. <h2 id="D2001-06-07-V0.9.9">2001-06-07 Redland Version 0.9.9 Released</h2>
  404. <p>Added librdf_world class to manage Redland environment
  405. startup/shutdown - pervasive change throughout all other classes<br />
  406. configure improvements to try to get expat variants detected and
  407. working more automatically<br />
  408. Added Debian (.deb) package support<br />
  409. SiRPAC parser wrapper now handles multi-line literals<br />
  410. Changed stream and iterator interfaces and classes to be
  411. compatible, in preparation for unifying in one new filter class.
  412. NOTE: This requires changes to user-code -
  413. librdf_iterator_have_elements is now !librdf_iterator_is_end and
  414. librdf_iterator_set_map is now librdf_iterator_add_map<br />
  415. Added perl and python interface warnings for above changes<br />
  416. Preparation work for querying for arcs to/from a resource node,
  417. filtering<br />
  418. Additional examples and explanations added to perl interface documentation<br />
  419. Updated to <a href="http://librdf.org/raptor/">Raptor</a> RDF/XML parser 0.9.1 - many bug fixes
  420. </p>
  421.  
  422. <h2 id="D2001-02-05-V0.9.8">2001-02-05 Redland Version 0.9.8 Released</h2>
  423. <p>Added <a href="docs/tcl.html">Tcl</a> interface<br />
  424. Added <a href="http://librdf.org/raptor/">Raptor</a> RDF parser, written by me (alpha quality) and made some changes to support it.<br />
  425. More fixes to <a href="docs/perl.html">Perl</a> interface to fix crashes<br />
  426. Added <a href="docs/perl.html">Perl</a> <a href="docs/pod/RDF/RSS.html">RDF::RSS</a> method <tt>as_xhtml</tt> for simple RSS 1.0 to (X)HTML formatting.
  427. </p>
  428.  
  429. <h2 id="D2001-01-05-V0.9.7">2001-01-05 Redland Version 0.9.7 Released</h2>
  430. <p>Changed <a href="docs/pod/RDF/Model.html">Perl Model API</a> - renamed get_* method names, added deprecated warnings for old names.<br />
  431. Updated <a href="http://injektilo.org/rdf/repat.html">Repat</a> to 2000-12-24 version (plus some patches).<br />
  432. Added <a href="docs/pod/RDF.html">Perl Plain Old Documentation (POD)</a>.<br />
  433. Fixed subtle <a href="docs/perl.html">Perl interface</a> object reference bugs.<br />
  434. Changed <a href="docs/api/model.html">Model API</a> - add_statement now does not own the added statement<br />
  435. Added to <a href="docs/api/model.html">Model API</a> - get_source, get_arc, get_target return one matching <a href="docs/api/node.html">librdf_node</a>, not a list of them like get_sources etc. do via <a href="docs/api/iterator.html">librdf_iterator</a>.<br />
  436. Added <a href="docs/api/utf8.html">UTF-8 support</a> for converting between UTF-8 and ISO Latin-1.
  437. </p>
  438.  
  439. <h2 id="D2000-11-06-V0.9.6">2000-11-06 Redland Version 0.9.6 Released</h2>
  440. <p>Added python interface (2.0 and 1.5)<br />
  441. More perl interface fixes<br />
  442. Parser APIs updated to handle syntax specified by MIME type and/or URI and
  443. now have features allowing the setting/querying of parser options.
  444. </p>
  445.  
  446. <h2 id="D2000-10-20-V0.9.5">2000-10-20 Redland Version 0.9.5 Released</h2>
  447. <p>Added <a href="http://injektilo.org/rdf/repat.html">Repat</a> RDF parser by Jason Diamond - <em>jason at njektilo dot org</em><br />
  448. More perl API fixes and improvements<br />
  449. Internal changes preparing for proper reification support
  450. and use of rdf:, rdfs: concepts
  451. </p>
  452.  
  453. <h2 id="D2000-09-29-V0.9.4">2000-09-29 Redland Version 0.9.4 Released</h2>
  454. <p>Implemented perl interface<br />
  455. Created RPM construction support<br />
  456. Started work on internal RDF parser
  457. </p>
  458.  
  459. <h2 id="D2000-08-30-V0.9.3">2000-08-30 Redland Version 0.9.3 Released</h2>
  460. <p>Implemented fast get sources, targets, arcs for storage models using multiple hashes (Berkeley DB)<br />
  461. Made Berkeley DB support work for V3, two variants of V2<br />
  462. Implemented removing statements for stored models<br />
  463. Changed internal hash API arguments, which was nice.<br />
  464. Added general RDF utility example code <a href="example4.c">example4.c</a>
  465. that parses RDF/XML syntax, stores it and provides multiple query methods.<br />
  466. Added simple 10-line RDF example code <a href="example3.c">example3.c</a><br />
  467. SiRPAC Java parser call changed to not discard error output<br />
  468. Use streaming part of SiRPAC Java parser<br />
  469. Didn't do anything on <a href="TODO.html">list</a> <tt>:(</tt> but fixed several parts of code marked FIXME <tt>:-)</tt>.
  470. </p>
  471.  
  472. <h2 id="D2000-08-21-V0.9.2">2000-08-21 Redland Version 0.9.2 Released</h2>
  473. <p><a href="docs/api/index.html">API HTML</a> documentation added to release.<br />
  474. configure now splits and generates sub-version numbers.
  475. </p>
  476.  
  477. <h2 id="D2000-08-18-V0.9.1">2000-08-18 Redland Version 0.9.1 Released</h2>
  478. <p>configure warns user if no persistant storage (BDB) found<br />
  479. configure warns user if no RDF parser configured<br />
  480. Made BDB V1 fail if found by configure - does not work with Redland.<br />
  481. Some improvements to installation document.
  482. </p>
  483.  
  484. <h2 id="D2000-08-17-V0.0.1">2000-08-17 Redland named</h2>
  485.  
  486. <p>Redland renamed from librdf, license changed to LGPL/MPL
  487. from LGPL/BSD.</p>
  488.  
  489. <h2 id="D2000-06-21-V0.0.0">2000-06-21 Redland first CVS commit</h2>
  490.  
  491. <p>Redland 'born' with first CVS commit: <em>It compiles and builds
  492. as a GNU automake/conf suite with 'make distcheck' and 'make check'</em></p>
  493.  
  494. <hr />
  495.  
  496. <p>Copyright (C) 2000-2009 <a href="http://www.dajobe.org/">Dave Beckett</a><br />Copyright (C) 2000-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
  497.  
  498. </body>
  499. </html>
  500.